home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000472_kb@cs.umb.edu_Wed Apr 6 11:37:46 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from terminus.cs.umb.edu by cs.umb.edu with SMTP id AA06174
  2.   (5.65c/IDA-1.4.4 for <tex-k-exp@cs.umb.edu>); Wed, 6 Apr 1994 15:37:53 -0400
  3. Received: by terminus.cs.umb.edu id AA11842
  4.   (5.65c/IDA-1.4.4 for tex-k); Wed, 6 Apr 1994 15:37:46 -0400
  5. Date: Wed, 6 Apr 1994 15:37:46 -0400
  6. From: "K. Berry" <kb@cs.umb.edu>
  7. Message-Id: <199404061937.AA11842@terminus.cs.umb.edu>
  8. To: sheryl@seas.gwu.edu
  9. Cc: tex-k@cs.umb.edu
  10. Subject: Re: Problem installing tex-k on RS/6000 version 3 release 2
  11.  
  12.     I've looked in the various INSTALL, MACHINES and PROBLEMS files and haven't
  13.     found a mention of the RS/6000.  Is there a fix for this?
  14.  
  15. I compiled tex on an rs6000 running aix 3.2.4 (and x11r5
  16. headers/libraries), but obviously I had different header files than you.
  17.  
  18. The only way to fix this is to look at the preprocessor output (add -E
  19. to the command line and redirect output to a file). That will show you
  20. all the files that have been included, and you can see where size_t was
  21. defined the first time, and omit one of the two definitions. If there's
  22. some way I can fix my code so that it doesn't break with your headers,
  23. please tell me.
  24.  
  25. Alternatively, you can skip compiling the X support altogether (undef
  26. X11WIN in web2c/lib/c-auto.h.in or add -DNO_X11WIN [is that right?] to
  27. CFLAGS).